home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
gnu
/
emacs_src.lha
/
emacs-18.58
/
lisp
/
term
/
bg.el
< prev
next >
Wrap
Lisp/Scheme
|
1992-02-21
|
237b
|
7 lines
;; BBN bitgraph terminal.
(load (concat term-file-prefix "vt100") nil t) ;BG keyboard is VT100 clone
(autoload 'bg-mouse-report "bg-mouse")
(global-set-key "\e:" 'bg-mouse-report)
(send-string-to-terminal "\e:0;7;;;360;512;9;16;9;16c")